Support global template_searchpath config for Breeze #54177
Support global template_searchpath config for Breeze #54177Brunda10 wants to merge 1 commit intoapache:mainfrom
Conversation
|
As discussed in #53792 - we have already far too many parameters - and this particular one is likely better to be configured via customization options if you want to set it https://github.com/apache/airflow/blob/main/dev/breeze/doc/02_customizing.rst#customizing-breeze-startup Instead I would propose to look where this behaviour is coming from and turn it into a documented Airflow feature - including user documentation etc. |
|
Thanks for the feedback! As suggested, I investigated the root of the
The updated implementation is available here: New PR → #54256 |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions. |
Enables setting a default template_searchpath via cli in Breeze. Simplifies access to shared SQL templates without repeating the path in every DAG.
Closes: #53972